home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 103
/
MacAddict_103_2005-03.iso
/
Software
/
Graphics & Multimedia
/
MulleSight 1.0.9.dmg
/
MulleSight.applescript
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-12-03
|
228 b
|
11 lines
tell application "Finder"
set x to name of every process
end tell
if ("iChat" is in x) then
if ("MulleSight" is in x) then
tell application "iChat"
set image to image of application "MulleSight"
end tell
end if
end if